Add a private function for accessible factory registration
authorMatthias Clasen <mclasen@redhat.com>
Thu, 17 Feb 2011 06:24:43 +0000 (01:24 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 17 Feb 2011 06:24:43 +0000 (01:24 -0500)
commit9d321437b664f6909011c59837739d8bce4863f4
treedcd59b69d4b2387eb15d734903d8f8aa81ce43ec
parent4a4004b7067fcde4cdb1423e403dd31d27f3f338
Add a private function for accessible factory registration

This avoids repeating the same code for each widget that
has its own accessible implementation inside GTK+.
gtk/Makefile.am
gtk/gtkaccessible.c
gtk/gtkaccessibleprivate.h [new file with mode: 0644]